home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher1.12 / gopherd / gopherd.conf < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.1 KB  |  112 lines

  1. #
  2. # An example gopherd.conf file
  3. #
  4.  
  5. #
  6. # Hostalias line,
  7. #
  8. #  format is:
  9. #
  10. #  "hostalias: <hostname alias>"
  11. #hostalias: gopher.turnip.com
  12.  
  13. #
  14. # Administrator line,
  15. #
  16. # format is:
  17. # "Admin:" <any text thing, usually a name/phone fax,etc>
  18. #
  19. # "AdminEmail:" <RFC-822 Email address>
  20.  
  21. Admin: Bob Bagel, Turnip Postmaster and Gopher support 1-800-555-1212 
  22. AdminEmail: gopher@turnip.com
  23.  
  24. #
  25. # Site
  26. #
  27. #Site: the name of the site
  28. #Org: organization or group owning the site
  29. #Loc: city, state, country
  30. #Geog: latitude longitude
  31. #TZ: timezone as gmt-offset
  32.  
  33. Site: Turnip Research and Development labs
  34. Org: Turnip Incorporated
  35. Loc: Minneapolis, MN, USA
  36. #Geog: 44 58 48 N 93 15 49 W
  37. #TZ: -6
  38.  
  39. #
  40. # Map filename extensions to gopher-types
  41. #
  42. # Format is 
  43. # "extension <case insensitive filename ender> <gophertype> <pfx> <gopher+type>
  44. #
  45.  
  46. ext: .hqx 4 0 HQX
  47.  
  48. ext: .gif I 9 image/gif
  49. ext: .pcx I 9 image/pcx
  50. ext: .pict I 9 image/PICT
  51. ext: .tiff I 9 image/TIFF
  52. ext: .jpg I 9 image/JPEG
  53. #
  54. ext: .au s s audio/basic
  55. ext: .snd s s audio/basic
  56. ext: .html h GET /h WWW
  57. ext: .src 7 waissrc: application/WAIS
  58.  
  59. ext: .tar.Z 9 9 TARZ
  60. ext: .zip 5 9 PKzip
  61. ext: .zoo 5 9 Zoo
  62. ext: .arc 5 9 Arc
  63. ext: .lzh 5 9 Lharc
  64. ext: .exe 5 9 PC_executable
  65. ext: .ps 0 0 application/postscript
  66.  
  67. ext: .mindex 7 mindex: Index/fanout
  68.  
  69. #blockext: .abstract ABSTRACT
  70. #blockext: .ask ASK
  71. #
  72. # Find out what a file is by looking at the contents
  73. # (Not implemented yet...)
  74. #
  75. #magic 0 GIF 9 I Gif
  76. #magic 0 snd s s U-law
  77.  
  78. #
  79. # Note that mail spool files are still done by the server
  80. #
  81.  
  82. #
  83. # Trash we never want to see (Note that it checks from the end)
  84. # so you can ignore anything with a certain extension.
  85. # (like emacs backup files)
  86. #
  87. ignore: lost+found
  88. ignore: lib
  89. ignore: bin
  90. ignore: core
  91. ignore: tmp
  92. ignore: etc
  93. ignore: usr
  94. ignore: dev
  95. ignore: ~
  96.  
  97. #
  98. #
  99. # BummerMsg is a message that is displayed when there isn't proper
  100. # access..
  101. #
  102. BummerMsg: Sorry Dude, we don't allow off-site access to this server
  103.  
  104. #
  105. #  Note that the default "default" entry is free access
  106. #  Also note that the values you put for an entry modify the "default" values
  107. #access: default         !browse,!read,search
  108.  
  109.  
  110.  
  111.